home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
dev
/
amos
/
AMOS0398.lzh
/
AMOSLIST
/
000058_amos-request@svcs1.digex.net_Thu Mar 5 19:49:28 1998.msg
< prev
next >
Wrap
Text File
|
1998-04-01
|
3KB
|
63 lines
>From amos-request@svcs1.digex.net Thu Mar 5 19:49:28 1998
Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
by pony-2.mail.digex.net (8.8.8/8.8.8) with ESMTP id TAA13294
for <mcox@access.digex.net>; Thu, 5 Mar 1998 19:49:28 -0500 (EST)
Received: (from daemon@localhost)
by svcs1.digex.net (8.8.5/8.8.5) id NAA17132
for amos-out; Thu, 5 Mar 1998 13:53:45 -0500 (EST)
Received: from pony-2.mail.digex.net (pony-2.mail.digex.net [204.91.241.6])
by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id NAA17129
for <amos-list@svcs1.digex.net>; Thu, 5 Mar 1998 13:53:44 -0500 (EST)
Received: from mail-in1.inet.tele.dk (mail-in1.inet.tele.dk [194.182.148.158])
by pony-2.mail.digex.net (8.8.8/8.8.8) with SMTP id NAA01825
for <amos-list@access.digex.net>; Thu, 5 Mar 1998 13:53:42 -0500 (EST)
Received: (qmail 3760 invoked from network); 5 Mar 1998 18:53:41 -0000
Received: from post8.tele.dk (194.239.134.172)
by mail-in1.inet.tele.dk with SMTP; 5 Mar 1998 18:53:41 -0000
Received: from post8.tele.dk ([194.239.180.19]) by post8.tele.dk
(Netscape Mail Server v2.02) with SMTP id AAB46154
for <amos-list@access.digex.net>; Thu, 5 Mar 1998 19:53:39 +0100
From: Jens Vang Petersen <top_cat@post8.tele.dk>
To: amos-list@access.digex.net
Date: Thu, 05 Mar 1998 19:51:07 +0100
Message-ID: <yam7368.359.1747497224@post8.tele.dk>
X-Mailer: YAM 2.0.0 Preview [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch
Subject: A small Hint..
MIME-Version: 1.0
Content-Type: text/plain
Status: O
X-Status:
Hello,
Here's a little trick I found the other day, hope somebody can use it..
To store an integer-array you would normaly open a sequentiel file and dump
the data with a loop.. Well try this instead:
MX=50
Dim A(MX)
-
Bsave FILE$,Varptr(A(0)) To Varptr(A(0))+(MX+1)*4
And to reload:
Bload FILE$,Varptr(A(0))
You can simply replace Bsave with Ssave if you'd like to have more than one
Array in a file. Or use Copy to put in a bank :)
--
Kind regards from
______________________________________________________________________________
/_ __/ __ / __ /\ ___\ __ \__ _\ aka. JENS VANG PETERSEN
/ / / /_/ / ____/ \ \___\ __ \ \ \ top_cat@post8.tele.dk
/_/ /_____/_/ \_____\_\ \_\ \_\
------------------------------------------------------------------------------
http://home8.inet.tele.dk/top_cat/
-+- Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO -+-
-+- SUPPORT - AMOS - AMIGA - AQUA -+-
------------------------------------------------------------------------------
It is better to have tried and failed than to have failed to try, but the
result's the same.
-- Mike Dennison
------------------------------------------------------------------------------